google.golang.org/grpc.serverStream.trInfo (field)

19 uses

	google.golang.org/grpc (current package)
		server.go#L1613: 		trInfo:                trInfo,
		server.go#L1623: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		server.go#L1624: 					ss.trInfo.tr.SetError()
		server.go#L1626: 				ss.trInfo.tr.Finish()
		server.go#L1627: 				ss.trInfo.tr = nil
		server.go#L1748: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1749: 			ss.trInfo.tr.SetError()
		server.go#L1767: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		stream.go#L1650: 	trInfo                *traceInfo
		stream.go#L1713: 		if ss.trInfo != nil {
		stream.go#L1715: 			if ss.trInfo.tr != nil {
		stream.go#L1717: 					ss.trInfo.tr.LazyLog(&payload{sent: true, msg: m}, true)
		stream.go#L1719: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1720: 					ss.trInfo.tr.SetError()
		stream.go#L1796: 		if ss.trInfo != nil {
		stream.go#L1798: 			if ss.trInfo.tr != nil {
		stream.go#L1800: 					ss.trInfo.tr.LazyLog(&payload{sent: false, msg: m}, true)
		stream.go#L1802: 					ss.trInfo.tr.LazyLog(&fmtStringer{"%v", []any{err}}, true)
		stream.go#L1803: 					ss.trInfo.tr.SetError()